home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / rrect.rc < prev    next >
Encoding:
Text File  |  2007-08-30  |  4.5 KB  |  181 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Dialog
  27. //
  28.  
  29. IDD_PP_RRECT DIALOG DISCARDABLE  0, 0, 246, 103
  30. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  31. CAPTION "MFC Rounded Rectangle"
  32. FONT 8, "MS Sans Serif"
  33. BEGIN
  34.     DEFPUSHBUTTON   "OK",IDOK,66,81,50,14
  35.     PUSHBUTTON      "Cancel",IDCANCEL,129,82,50,14
  36.     RTEXT           "Roundness:",IDC_STATIC,14,13,73,10
  37.     EDITTEXT        IDC_ROUNDNESS,93,10,55,16,ES_AUTOHSCROLL | ES_NUMBER
  38. END
  39.  
  40.  
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // DESIGNINFO
  44. //
  45.  
  46. #ifdef APSTUDIO_INVOKED
  47. GUIDELINES DESIGNINFO DISCARDABLE 
  48. BEGIN
  49.     IDD_PP_RRECT, DIALOG
  50.     BEGIN
  51.         LEFTMARGIN, 7
  52.         RIGHTMARGIN, 239
  53.         TOPMARGIN, 7
  54.         BOTTOMMARGIN, 96
  55.     END
  56. END
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. #ifdef APSTUDIO_INVOKED
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // TEXTINCLUDE
  64. //
  65.  
  66. 1 TEXTINCLUDE DISCARDABLE 
  67. BEGIN
  68.     "resource.h\0"
  69. END
  70.  
  71. 2 TEXTINCLUDE DISCARDABLE 
  72. BEGIN
  73.     "#include ""afxres.h""\r\n"
  74.     "\0"
  75. END
  76.  
  77. 3 TEXTINCLUDE DISCARDABLE 
  78. BEGIN
  79.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  80.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  81.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  82.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  83.     "\r\n"
  84.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  85.     "#ifdef _WIN32\r\n"
  86.     "LANGUAGE 9, 1\r\n"
  87.     "#pragma code_page(1252)\r\n"
  88.     "#endif\r\n"
  89.     "#include ""res\\RRect.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  90.     "#include ""afxres.rc""         // Standard components\r\n"
  91.     "#endif\0"
  92. END
  93.  
  94. #endif    // APSTUDIO_INVOKED
  95.  
  96.  
  97. #ifndef _MAC
  98. /////////////////////////////////////////////////////////////////////////////
  99. //
  100. // Version
  101. //
  102.  
  103. VS_VERSION_INFO VERSIONINFO
  104. FILEVERSION 14,1,56,6
  105. PRODUCTVERSION 14,1,56,6
  106.  FILEFLAGSMASK 0x3fL
  107. #ifdef _DEBUG
  108.  FILEFLAGS 0x1L
  109. #else
  110.  FILEFLAGS 0x0L
  111. #endif
  112.  FILEOS 0x4L
  113.  FILETYPE 0x2L
  114.  FILESUBTYPE 0x0L
  115. BEGIN
  116.     BLOCK "StringFileInfo"
  117.     BEGIN
  118.         BLOCK "040904b0"
  119.         BEGIN
  120.             VALUE "Comments", "\0"
  121.             VALUE "CompanyName", "\0"
  122.             VALUE "FileDescription", "RRect DLL\0"
  123.             VALUE "FileVersion", "14, 1, 56, 6\0"
  124.             VALUE "InternalName", "RRect\0"
  125.             VALUE "LegalCopyright", "Copyright ⌐ 1997\0"
  126.             VALUE "LegalTrademarks", "\0"
  127.             VALUE "OriginalFilename", "RRect.DLL\0"
  128.             VALUE "PrivateBuild", "\0"
  129.             VALUE "ProductName", "RRect Dynamic Link Library\0"
  130.             VALUE "ProductVersion", "14, 1, 56, 6\0"
  131.             VALUE "SpecialBuild", "\0"
  132.         END
  133.     END
  134.     BLOCK "VarFileInfo"
  135.     BEGIN
  136.         VALUE "Translation", 0x409, 1200
  137.     END
  138. END
  139.  
  140. #endif    // !_MAC
  141.  
  142.  
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // String Table
  146. //
  147.  
  148. STRINGTABLE DISCARDABLE 
  149. BEGIN
  150.     IDS_AUTORECT_DESCRIPTION "SDK RoundRectangle (MFC sample)"
  151.     IDS_AUTORECT_CAPTION    "SDK RoundRectangle"
  152.     IDS_PROPERTYROUNDESS    "Roundness"
  153. END
  154.  
  155. #endif    // English (U.S.) resources
  156. /////////////////////////////////////////////////////////////////////////////
  157.  
  158.  
  159.  
  160. #ifndef APSTUDIO_INVOKED
  161. /////////////////////////////////////////////////////////////////////////////
  162. //
  163. // Generated from the TEXTINCLUDE 3 resource.
  164. //
  165. #define _AFX_NO_SPLITTER_RESOURCES
  166. #define _AFX_NO_OLE_RESOURCES
  167. #define _AFX_NO_TRACKER_RESOURCES
  168. #define _AFX_NO_PROPERTY_RESOURCES
  169.  
  170. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  171. #ifdef _WIN32
  172. LANGUAGE 9, 1
  173. #pragma code_page(1252)
  174. #endif
  175. #include "res\RRect.rc2"  // non-Microsoft Visual C++ edited resources
  176. #include "afxres.rc"         // Standard components
  177. #endif
  178. /////////////////////////////////////////////////////////////////////////////
  179. #endif    // not APSTUDIO_INVOKED
  180.  
  181.